Delete Dial Plan
This request allows deletes a specific dial plan for a site location.
URI
Copy
{{baseUrl}}/api/v2/customer/{{customerId}}/sitelocation/{{siteLocationId}}/dialplan/{dialplanId}
HTTP Method
DELETE
Request Parameters
Parameter |
Type |
Description |
---|---|---|
customerGuid |
string($uuid) |
Unique customer 'Id' created when customer is added. Extract this value from Get Services Brief Details (V3) request. |
sitelocationGuid |
string($uuid) |
Unique Id for customer location. When customers have a single site, this value is identical to Customer 'Id' above. Extract this value from Get Services Brief Details (V3) request. |
dialplanId |
string |
The dialplan name. |
HTTP Responses
■ | 200 OK |